home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 February / cd joystick no112 fevrier 2000.iso / DATA / Demos / ageofwonder / data1.cab / Program / AoWEPACK.dpl / 0 / RCDATA / TUNITINFODLG / TUNITINFODLG.txt < prev   
Text File  |  1999-10-21  |  4KB  |  218 lines

  1. object UnitInfoDlg: TUnitInfoDlg
  2.   Left = 642
  3.   Top = 63
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Unit Info'
  7.   ClientHeight = 275
  8.   ClientWidth = 289
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object OKBtn: TButton
  19.     Left = 105
  20.     Top = 190
  21.     Width = 80
  22.     Height = 27
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object NamePnl: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 289
  32.     Height = 25
  33.     Align = alTop
  34.     BevelOuter = bvNone
  35.     Caption = 'Unicorn'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     TabOrder = 1
  43.   end
  44.   object Panel5: TPanel
  45.     Left = 81
  46.     Top = 42
  47.     Width = 208
  48.     Height = 200
  49.     Align = alClient
  50.     BevelOuter = bvLowered
  51.     Caption = 'Panel5'
  52.     TabOrder = 2
  53.     object Panel4: TPanel
  54.       Left = 1
  55.       Top = 1
  56.       Width = 206
  57.       Height = 25
  58.       Align = alTop
  59.       Alignment = taLeftJustify
  60.       BevelOuter = bvNone
  61.       Caption = ' Abilities'
  62.       TabOrder = 0
  63.     end
  64.     object AbilitiesMemo: TMemo
  65.       Left = 1
  66.       Top = 26
  67.       Width = 206
  68.       Height = 173
  69.       Align = alClient
  70.       Color = clBtnFace
  71.       ScrollBars = ssVertical
  72.       TabOrder = 1
  73.     end
  74.   end
  75.   object Panel3: TPanel
  76.     Left = 0
  77.     Top = 42
  78.     Width = 81
  79.     Height = 200
  80.     Align = alLeft
  81.     BevelInner = bvLowered
  82.     BevelOuter = bvNone
  83.     TabOrder = 3
  84.     object Image10: TImage
  85.       Left = 8
  86.       Top = 38
  87.       Width = 17
  88.       Height = 17
  89.       Picture.Data = {<image000.bmp>}
  90.     end
  91.     object Image9: TImage
  92.       Left = 8
  93.       Top = 128
  94.       Width = 17
  95.       Height = 17
  96.       Picture.Data = {<image001.bmp>}
  97.     end
  98.     object Image8: TImage
  99.       Left = 8
  100.       Top = 98
  101.       Width = 17
  102.       Height = 16
  103.       Picture.Data = {<image002.bmp>}
  104.     end
  105.     object Image7: TImage
  106.       Left = 8
  107.       Top = 68
  108.       Width = 17
  109.       Height = 17
  110.       Picture.Data = {<image003.bmp>}
  111.     end
  112.     object Image6: TImage
  113.       Left = 8
  114.       Top = 8
  115.       Width = 17
  116.       Height = 17
  117.       Picture.Data = {<image004.bmp>}
  118.     end
  119.     object AttackLbl: TLabel
  120.       Left = 48
  121.       Top = 8
  122.       Width = 7
  123.       Height = 16
  124.       Caption = '5'
  125.     end
  126.     object DefenseLbl: TLabel
  127.       Left = 48
  128.       Top = 38
  129.       Width = 7
  130.       Height = 16
  131.       Caption = '5'
  132.     end
  133.     object DamageLbl: TLabel
  134.       Left = 48
  135.       Top = 68
  136.       Width = 7
  137.       Height = 16
  138.       Caption = '5'
  139.     end
  140.     object ResistanceLbl: TLabel
  141.       Left = 48
  142.       Top = 98
  143.       Width = 7
  144.       Height = 16
  145.       Caption = '5'
  146.     end
  147.     object HitPointLbl: TLabel
  148.       Left = 48
  149.       Top = 128
  150.       Width = 7
  151.       Height = 16
  152.       Caption = '5'
  153.     end
  154.     object Image1: TImage
  155.       Left = 12
  156.       Top = 164
  157.       Width = 17
  158.       Height = 17
  159.       Picture.Data = {<image005.bmp>}
  160.     end
  161.     object MovesLbl: TLabel
  162.       Left = 48
  163.       Top = 164
  164.       Width = 7
  165.       Height = 16
  166.       Caption = '5'
  167.     end
  168.   end
  169.   object Panel1: TPanel
  170.     Left = 0
  171.     Top = 242
  172.     Width = 289
  173.     Height = 33
  174.     Align = alBottom
  175.     BevelOuter = bvNone
  176.     TabOrder = 4
  177.     object CloseBtn: TButton
  178.       Left = 104
  179.       Top = 4
  180.       Width = 81
  181.       Height = 25
  182.       Caption = 'Close'
  183.       ModalResult = 1
  184.       TabOrder = 0
  185.     end
  186.   end
  187.   object AlignmentPnl: TPanel
  188.     Left = 0
  189.     Top = 25
  190.     Width = 289
  191.     Height = 17
  192.     Align = alTop
  193.     BevelOuter = bvNone
  194.     Caption = 'Alignment:good'
  195.     TabOrder = 5
  196.   end
  197.   object Translator: TIvTranslator
  198.     DictionaryName = 'AoWEdDictionary'
  199.     Left = 5
  200.     Top = 2
  201.     TargetsData = (
  202.       1
  203.       3
  204.       (
  205.         ''
  206.         'Hint'
  207.         0)
  208.       (
  209.         ''
  210.         'Caption'
  211.         0)
  212.       (
  213.         ''
  214.         'Lines'
  215.         0))
  216.   end
  217. end
  218.